home *** CD-ROM | disk | FTP | other *** search
/ Software Explosion / Software Explosion (Fore-Matt Home Computing)(1996).iso / system / libs / bypass_arp_fr.doc < prev    next >
Text File  |  1996-09-08  |  2KB  |  41 lines

  1. Bypass ARP FR              Release 1.00              By: Khalid Aldoseri
  2. -------------              ------------              -------------------
  3.  
  4. Bypass_ARP_FR is a small program that will replace the ARP file requester
  5. with the one in 'kd_freq.library'.  All you have to do is to runback it in
  6. your startup-sequence, and from there on every time a program calls
  7. the ARP file requester, mine will come up instead!
  8.  
  9. i.e.
  10.      runback c:Bypass_ARP_FR
  11.  
  12. You must have 'kd_freq.library' and 'arp.library' in your libs: directory.
  13. This will work with any arp.library version.
  14.  
  15. Do not run multiple copies of this program!
  16.  
  17. To quit the program you have to send it a Control-C or a Control-D
  18. by using the 'break' command.
  19.  
  20.  
  21.  
  22. Programmer's Note:
  23.  
  24. If your program is calling the ARP FR and you want it to call mine instead,
  25. you don't have to do anything.  Just call the ARP FR via the arp.library,
  26. using the same parameters (i.e. you would do EXACTLY as the arp docs
  27. tell you) and ignore my fr totally.
  28.  
  29. The Bypass program handles all the differences in calling procedures
  30. between the ARP fr and my FR.  i.e.  It will get the normal ARP FR call,
  31. read the ARP FileRequester structure, set the right calling procedure
  32. for my fr, call my fr, get a return from it, and set the right results
  33. in ARP format, and return the call to your program.  Your program will
  34. not know the difference.  IGNORE ALL THE DOCS IN THE 'KD_Freq.DOC'!!!
  35.  
  36. ------------------------------------------------------------------------------
  37.                   Copyright 1990  Khalid Aldoseri.
  38.                          16 January 1990.
  39. ------------------------------------------------------------------------------
  40.  
  41.